SixBit API Schema
ASINType Simple Type
Description
The ASIN of an Amazon product.
Namespace (none)
Type
Restriction of xs:string
Diagram
ASINType Simple Type
Overview
ASINType Restriction of xs:string
The ASIN of an Amazon product.
Facets
MinLength0
MaxLength10
Source
<xs:simpleType name="ASINType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The ASIN of an Amazon product.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="0" />
    <xs:maxLength value="10" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.